PowerSNMP for .NET
ChangeRemotePrivacyPassword(IPEndPoint,Byte[],Byte[]) Method




The target SNMP entity.
Byhte array containing the new password.
The EngineId of the authoritative entity for ths operation.
Changes this user's privacy password on the target SNMP entity.
Syntax
Public Overloads Sub ChangeRemotePrivacyPassword( _
   ByVal target As IPEndPoint, _
   ByVal privacyPassword() As Byte, _
   ByVal engineId() As Byte _
) 
Dim instance As User
Dim target As IPEndPoint
Dim privacyPassword() As Byte
Dim engineId() As Byte
 
instance.ChangeRemotePrivacyPassword(target, privacyPassword, engineId)
public void ChangeRemotePrivacyPassword( 
   IPEndPoint target,
   byte[] privacyPassword,
   byte[] engineId
)
public: void ChangeRemotePrivacyPassword( 
   IPEndPoint* target,
   byte[]* privacyPassword,
   byte[]* engineId
) 
public:
void ChangeRemotePrivacyPassword( 
   IPEndPoint^ target,
   array<byte>^ privacyPassword,
   array<byte>^ engineId
) 

Parameters

target
The target SNMP entity.
privacyPassword
Byhte array containing the new password.
engineId
The EngineId of the authoritative entity for ths operation.
Remarks
This method will attempt to change this User's privacy password to the provided password on the target SNMP entity using a usmUserOwnPrivKeyChange message. If the operation succeeds, the privacy password will also be updated locally.
See Also

Reference

User Class
User Members
Overload List


PowerSNMP for .NET Documentation Version 8.1
© 2026 Dart Communications. All Rights Reserved.
Send comments on this topic